ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / CssClass Property






In This Topic
    CssClass Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the series CSS class.
    Syntax
    'Declaration
     
    
    Public Property CssClass As System.String
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As System.String
     
    instance.CssClass = value
     
    value = instance.CssClass
    public System.string CssClass {get; set;}
    public read-write property CssClass: System.String; 
    public function get,set CssClass : System.String
    public: __property System.string* get_CssClass();
    public: __property void set_CssClass( 
       System.string* value
    );
    public:
    property System.String^ CssClass {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also